begintalkscript;
variables;

begintalknode 1;
state = -1;
nextstate = 1;
condition = 1;
question = "Vahnatai";
text1 = "This vahnatai doesn't look like it knows any English.";
text2 = "However, with efforts it says: _What password?_";

begintalknode 2;
state = 1;
nextstate = 1;
condition = get_flag(212, 4) == 1;
question = "Prossis";
text1 = "_Correct! Go to dock. I come soon._";
code = set_flag(212, 4, 2);
break;

begintalknode 3;
state = 1;
nextstate = 2;
condition = 1;
question = "Tell me about this place?";
text1 = "The vahnatai remains silent.";

begintalknode 4;
state = 2;
nextstate = -1;
condition = 1;
question = "You don't know any English, don't you?";
text1 = "The vahnatai remains silent.";